[INFO] fetching crate treelog 0.1.0-beta.0...
[INFO] fixing treelog-0.1.0-beta.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate treelog 0.1.0-beta.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate treelog 0.1.0-beta.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate treelog 0.1.0-beta.0
[INFO] tweaked toml for crates.io crate treelog 0.1.0-beta.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate treelog 0.1.0-beta.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate treelog 0.1.0-beta.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo-platform v0.3.1
[INFO] [stderr]   Downloaded tree-sitter-rust v0.24.0
[INFO] [stderr]   Downloaded git2 v0.20.2
[INFO] [stderr]   Downloaded libz-sys v1.1.23
[INFO] [stderr]   Downloaded libgit2-sys v0.18.2+1.9.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998
[INFO] running `Command { std: "docker" "start" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking treelog v0.1.0-beta.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.0
[INFO] [stderr]     Checking console v0.16.1
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stdout] error[E0432]: unresolved import `treelog::incremental`
[INFO] [stdout]   --> examples/indicatif.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 21 | use treelog::incremental::IncrementalTree;
[INFO] [stdout]    |              ^^^^^^^^^^^ could not find `incremental` in `treelog`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:26:9
[INFO] [stdout]    |
[INFO] [stdout] 25 | #[cfg(any(feature = "incremental", doc))]
[INFO] [stdout]    |          ------------------------------ the item is gated here
[INFO] [stdout] 26 | pub mod incremental;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `depth` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:33:32
[INFO] [stdout]    |
[INFO] [stdout] 33 |     println!("Depth: {}", tree.depth());
[INFO] [stdout]    |                                ^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `width` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:34:32
[INFO] [stdout]    |
[INFO] [stdout] 34 |     println!("Width: {}", tree.width());
[INFO] [stdout]    |                                ^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sort_by_label` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/sorting.rs:32:11
[INFO] [stdout]    |
[INFO] [stdout] 32 |     tree2.sort_by_label();
[INFO] [stdout]    |           ^^^^^^^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `node_count` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:35:37
[INFO] [stdout]    |
[INFO] [stdout] 35 |     println!("Node count: {}", tree.node_count());
[INFO] [stdout]    |                                     ^^^^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `leaf_count` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:36:37
[INFO] [stdout]    |
[INFO] [stdout] 36 |     println!("Leaf count: {}", tree.leaf_count());
[INFO] [stdout]    |                                     ^^^^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sort_by_depth` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/sorting.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 |     tree3.sort_by_depth(true);
[INFO] [stdout]    |           ^^^^^^^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `total_lines` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:37:38
[INFO] [stdout]    |
[INFO] [stdout] 37 |     println!("Total lines: {}", tree.total_lines());
[INFO] [stdout]    |                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `to_lines` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 -     println!("Total lines: {}", tree.total_lines());
[INFO] [stdout] 37 +     println!("Total lines: {}", tree.to_lines());
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `sort_children` found for enum `Tree` in the current scope
[INFO] [stdout]    --> examples/sorting.rs:63:11
[INFO] [stdout]     |
[INFO] [stdout]  63 |     tree4.sort_children(&mut compare);
[INFO] [stdout]     |           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `children` with a similar name, but with different arguments
[INFO] [stdout]    --> src/tree.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub fn children(&self) -> Option<&[Tree]> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `treelog` (example "sorting") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `stats` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/statistics.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let stats = tree.stats();
[INFO] [stdout]    |                      ^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `treelog` (example "statistics") due to 6 previous errors
[INFO] [stdout] error[E0599]: no method named `find_node` found for enum `Tree` in the current scope
[INFO] [stdout]    --> examples/search.rs:28:31
[INFO] [stdout]     |
[INFO] [stdout]  28 |     if let Some(found) = tree.find_node("src") {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_node` with a similar name, but with different arguments
[INFO] [stdout]    --> src/tree.rs:125:5
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn is_node(&self) -> bool {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `find_all_nodes` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:33:30
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let all_src_nodes = tree.find_all_nodes("src");
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `find_leaf` found for enum `Tree` in the current scope
[INFO] [stdout]    --> examples/search.rs:40:31
[INFO] [stdout]     |
[INFO] [stdout]  40 |     if let Some(found) = tree.find_leaf("main.rs") {
[INFO] [stdout]     |                               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `is_leaf` with a similar name, but with different arguments
[INFO] [stdout]    --> src/tree.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn is_leaf(&self) -> bool {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `treelog` (example "indicatif") due to 1 previous error
[INFO] [stdout] error[E0599]: no method named `contains` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:48:41
[INFO] [stdout]    |
[INFO] [stdout] 48 |     println!("Contains 'src': {}", tree.contains("src"));
[INFO] [stdout]    |                                         ^^^^^^^^ method not found in `Tree`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `contains` exists on the type `Vec<String>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/slice/mod.rs:2592:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `contains` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:49:45
[INFO] [stdout]    |
[INFO] [stdout] 49 |     println!("Contains 'main.rs': {}", tree.contains("main.rs"));
[INFO] [stdout]    |                                             ^^^^^^^^ method not found in `Tree`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `contains` exists on the type `Vec<String>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/slice/mod.rs:2592:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `contains` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:50:49
[INFO] [stdout]    |
[INFO] [stdout] 50 |     println!("Contains 'nonexistent': {}", tree.contains("nonexistent"));
[INFO] [stdout]    |                                                 ^^^^^^^^ method not found in `Tree`
[INFO] [stdout]    |
[INFO] [stdout] note: the method `contains` exists on the type `Vec<String>`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/slice/mod.rs:2592:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `path_to` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     if let Some(path) = tree.path_to("src") {
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `path_to` found for enum `Tree` in the current scope
[INFO] [stdout]   --> examples/search.rs:56:30
[INFO] [stdout]    |
[INFO] [stdout] 56 |     if let Some(path) = tree.path_to("main.rs") {
[INFO] [stdout]    |                              ^^^^^^^ method not found in `Tree`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `treelog` (example "search") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998", kill_on_drop: false }`
[INFO] [stdout] 7a9fef2739023ab43d19466914921c83bed4c10f698ed921bf03ee1a97c32998
